home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TNEWDIALOG / TNEWDIALOG.txt < prev   
Text File  |  2004-02-29  |  5KB  |  218 lines

  1. object NewDialog: TNewDialog
  2.   Left = 323
  3.   Top = 210
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'New'
  7.   ClientHeight = 346
  8.   ClientWidth = 582
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 376
  25.     Top = 8
  26.     Width = 42
  27.     Height = 13
  28.     Anchors = [akTop, akRight]
  29.     Caption = '&Filename'
  30.     FocusControl = txtFilename
  31.   end
  32.   object Label15: TLabel
  33.     Left = 376
  34.     Top = 64
  35.     Width = 50
  36.     Height = 13
  37.     Anchors = [akTop, akRight]
  38.     Caption = '&Linebreak:'
  39.     FocusControl = cboLinebreak
  40.   end
  41.   object chkDontShow: TCheckBox
  42.     Left = 8
  43.     Top = 318
  44.     Width = 297
  45.     Height = 17
  46.     Anchors = [akLeft, akBottom]
  47.     Caption = '&Don'#39't show this Dialog when using the "New" command'
  48.     TabOrder = 3
  49.   end
  50.   object btnOK: TCorelButton
  51.     Left = 421
  52.     Top = 318
  53.     Width = 75
  54.     Height = 23
  55.     Anchors = [akRight, akBottom]
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 5
  60.   end
  61.   object btnCancel: TCorelButton
  62.     Left = 501
  63.     Top = 318
  64.     Width = 75
  65.     Height = 23
  66.     Anchors = [akRight, akBottom]
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 4
  71.   end
  72.   object btnBrowse: TCorelButton
  73.     Left = 559
  74.     Top = 24
  75.     Width = 17
  76.     Height = 21
  77.     Hint = 'Browse'
  78.     Anchors = [akTop, akRight]
  79.     Caption = '...'
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 2
  83.     OnClick = btnBrowseClick
  84.   end
  85.   object txtFilename: TEdit
  86.     Left = 376
  87.     Top = 24
  88.     Width = 176
  89.     Height = 21
  90.     Anchors = [akTop, akRight]
  91.     TabOrder = 1
  92.     OnChange = txtFilenameChange
  93.   end
  94.   object pgNew: TPageControl
  95.     Left = 8
  96.     Top = 8
  97.     Width = 353
  98.     Height = 292
  99.     ActivePage = TabSheet2
  100.     Anchors = [akLeft, akTop, akRight, akBottom]
  101.     TabOrder = 0
  102.     object TabSheet1: TTabSheet
  103.       Caption = 'Plain File'
  104.       object rbNoHigh: TRadioButton
  105.         Left = 8
  106.         Top = 8
  107.         Width = 233
  108.         Height = 17
  109.         Caption = '&No Highlighter'
  110.         Checked = True
  111.         TabOrder = 0
  112.         TabStop = True
  113.         OnClick = rbNoHighClick
  114.         OnDblClick = lstHighlighterDblClick
  115.       end
  116.       object lstHighlighter: TListBox
  117.         Left = 8
  118.         Top = 48
  119.         Width = 329
  120.         Height = 204
  121.         Anchors = [akLeft, akTop, akRight, akBottom]
  122.         ItemHeight = 13
  123.         Sorted = True
  124.         TabOrder = 2
  125.         OnClick = lstHighlighterClick
  126.         OnDblClick = lstHighlighterDblClick
  127.       end
  128.       object rbWithHigh: TRadioButton
  129.         Left = 8
  130.         Top = 24
  131.         Width = 233
  132.         Height = 17
  133.         Caption = '&With Highlighter'
  134.         TabOrder = 1
  135.         OnClick = rbNoHighClick
  136.         OnDblClick = lstHighlighterDblClick
  137.       end
  138.     end
  139.     object TabSheet2: TTabSheet
  140.       Caption = 'Templates'
  141.       ImageIndex = 1
  142.       object tabTemplates: TTabControl
  143.         Left = 0
  144.         Top = 0
  145.         Width = 345
  146.         Height = 264
  147.         Align = alClient
  148.         MultiLine = True
  149.         TabOrder = 0
  150.         OnChange = tabTemplatesChange
  151.         object lvwTemplates: TListView
  152.           Left = 4
  153.           Top = 6
  154.           Width = 337
  155.           Height = 254
  156.           Align = alClient
  157.           Columns = <>
  158.           HideSelection = False
  159.           IconOptions.AutoArrange = True
  160.           LargeImages = CommandsDataModule.imlShellLarge
  161.           SmallImages = CommandsDataModule.imlShellIcon
  162.           TabOrder = 0
  163.           OnDblClick = lvwTemplatesDblClick
  164.           OnDeletion = lvwTemplatesDeletion
  165.           OnSelectItem = lvwTemplatesSelectItem
  166.         end
  167.       end
  168.     end
  169.   end
  170.   object cboLinebreak: TComboBox
  171.     Left = 376
  172.     Top = 80
  173.     Width = 200
  174.     Height = 21
  175.     Style = csDropDownList
  176.     Anchors = [akTop, akRight]
  177.     ItemHeight = 13
  178.     TabOrder = 6
  179.   end
  180.   object Panel2: TPanel
  181.     Left = 8
  182.     Top = 307
  183.     Width = 566
  184.     Height = 2
  185.     Anchors = [akLeft, akRight, akBottom]
  186.     BevelOuter = bvLowered
  187.     TabOrder = 7
  188.   end
  189.   object gbDescription: TGroupBox
  190.     Left = 376
  191.     Top = 144
  192.     Width = 200
  193.     Height = 154
  194.     Anchors = [akTop, akRight, akBottom]
  195.     Caption = 'Description'
  196.     TabOrder = 8
  197.     object lblDescription: TLabel
  198.       Left = 16
  199.       Top = 24
  200.       Width = 171
  201.       Height = 112
  202.       Anchors = [akLeft, akTop, akRight, akBottom]
  203.       AutoSize = False
  204.       WordWrap = True
  205.     end
  206.   end
  207.   object chkAddToProj: TCheckBox
  208.     Left = 376
  209.     Top = 112
  210.     Width = 201
  211.     Height = 17
  212.     Anchors = [akTop, akRight]
  213.     Caption = '&Add to Project'
  214.     Enabled = False
  215.     TabOrder = 9
  216.   end
  217. end
  218.